'宣言 Public Function New( _ ByVal colors() As System.Drawing.Color, _ ByVal centrePoint As System.Drawing.PointF _ )
public TriangleBoxGradientBrush( System.Drawing.Color[] colors, System.Drawing.PointF centrePoint )
パラメータ
- colors
- An array of System.Drawing.Color that indicates the linear gradient colors.
- centrePoint
- A System.Drawing.PointF that indicates the gradient centre point.